Add publish command to list of commands in help text
authorDirk Gadsden <dirk@esherido.com>
Fri, 8 Jan 2016 22:40:02 +0000 (14:40 -0800)
committerDirk Gadsden <dirk@esherido.com>
Fri, 8 Jan 2016 22:40:02 +0000 (14:40 -0800)
src/bin/cargo.rs
src/etc/cargo.1

index cd4e7204aabcaeafe6c671776487a1f4749510a6..72db84d251d7296becbb8007330cb2eb1f094634 100644 (file)
@@ -48,6 +48,7 @@ Some common cargo commands are:
     bench       Run the benchmarks
     update      Update dependencies listed in Cargo.lock
     search      Search registry for crates
+    publish     Package and upload this project to the registry
     install     Install a Rust binary
 
 See 'cargo help <command>' for more information on a specific command.
index 94ff90af0c4df14dc30e2b66c6eff525e79ad658..64e215d1da7aa41078128737d0733ac13e65a9fc 100644 (file)
@@ -65,6 +65,9 @@ Update dependencies in Cargo.lock
 \fBcargo package\fR
 Generate a source tarball for the current package
 .TP
+\fBcargo publish\fR
+Package and upload this project to the registry
+.TP
 \fBcargo uninstall\fR
 Remove a Rust binary
 .TP